@font-face {
  font-family: 'PEYDA-BOLD';
  src: url('assets_new/fonts/PEYDA-BOLD.TTF') format('TTF');
}
   	@media (max-width: 980px) {
	header.header{
	display: none;
	}
	}

       .pleft
       {
            padding-left:40px !important;
       }
      .size125452
      {
           font-size:20px !important;
      }
       
       .my65245:hover
      {
           color:#fba601 !important;
      }
       .fa-user-tie::before {
  content: "\f508";
  font-size: 15px;
}
       @media (min-width: 992px) {
  .home-2 .navbar .nav-item .nav-link:hover {
    color: orange;
  }
}
/*شروع فوتر*/
 .footer {
             
            padding: 40px 20px 0px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            text-align: right;
			JUSTIFY-CONTENT: space-between;
			justify-items: center;
			
        }
		@media (max-width: 768px) {
  .footer {
    background: #ffffff !important;
    background-image: none !important; /* عکس حذف بشه */
  }
}
        .footer-section {
           /* flex: 1 1 250px;*/
			
        }
        .footer-logo {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .footer-logo img {
            height: 30px;
			margin-bottom: 0px !important;
        }
        .footer-logo-description {
            max-width: 300px;
            background: rgba(255, 255, 255, 0.05);
            padding: 5px;
            border-radius: 10px;
            word-wrap: break-word;
			color: #626060;
			font-family: 'IRANSansXFaNum';
        }
        .footer h3 {
            color: orange;
        }
        .footer a {
            display: block;
            color: #626060;
            text-decoration: none;
            margin: 5px 0;
            transition: color 0.3s;
			font-family: 'IRANSansXFaNum';
			font-weight: 400;
        }
        .footer a:hover {
            color: orange;
        }
        .social-icons img {
            width: 32px;
            height: 32px;
            margin-left: 8px;
            transition: transform 0.3s;
        }
        .social-icons img:hover {
            transform: scale(1.1);
        }
        .footer-bottom {
            text-align: center;
            padding: 15px;
            background-color: #0d0d0d;
            font-size: 14px;
            color: #bbb;
        }
        @media (max-width: 768px) {
            .footer {
                flex-direction: column;
                text-align: center;
				padding-top: 0px;
				align-items: center;
            }
            .footer-logo {
                justify-content: center;
                flex-direction: column;
                align-items: center;
            }
            .footer-logo-description {
                max-width: 100%;
                text-align: center;
            }
			.endwebsite{
			margin-bottom: 80px;
			align-items: center;
			flex-direction: column;
			}
			.imgfooter{
			margin-top: 10px;
			width: 180px;
			}
        }
        .footer-logo span {
    padding-top: 8px; 
    color: black;
}
.footer-section .radif{
    display:flex; 
    width: 300px;
    gap: 20px;
}
.endwebsite{
    text-align: center; 
    color: #999; 
    font-size: 13px; 
    padding: 20px 0; 
    border-top: 1px solid #999; 
    display: flex;
    justify-content: space-between;
}
.imgfooter{
display:flex; width: 150px; gap: 20px
}
/*پایان فوتر*/
		.navbar-brand-img {
  max-width: 160px !important;   /* اندازه پیش‌فرض در دسکتاپ */
  height: auto !important;       /* تناسب تصویر حفظ بشه */
  margin-right: 8px;
}

@media (max-width: 768px) {
  .navbar-brand-img {
    max-width: 150px !important;
	  height: auto !important; 
  }
}

@media (max-width: 480px) {
  .navbar-brand-img {
    max-width: 30px !important; 
	  height: auto !important; 
  }
}


/* نمایش فقط در موبایل */
@media (max-width: 768px) {
  .mbottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .mbottom-nav .mbottom-item {
    flex: 1;
    text-align: center;
    color: #444;
    
    padding: 5px 0;
    transition: all 0.3s ease;
    position: relative;
  }

  .mbottom-nav .mbottom-item img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 4px;
    filter: none !important; /* همیشه مشکی بمونه */
  }

  .mbottom-nav .mbottom-item.active {
    color: #f97a00; /* فقط متن نارنجی بشه */
    
  }

  /* منوی کشویی */
  .mbottom-dropdown {
    position: absolute;
    bottom: 50px;
    left: 80%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    flex-direction: column;
    padding: 8px 0;
    min-width: 130px;
    animation: mbottom-slideUp 0.3s ease;
  }

  .mbottom-dropdown a {
    padding: 8px 12px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    transition: background 0.2s;
  }

  .mbottom-dropdown a:hover {
    background: #f97a00;
    color: #fff;
  }

  @keyframes mbottom-slideUp {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
}
/* مخفی کردن نوار پایین در دسکتاپ */
@media (min-width: 769px) {
  .mbottom-nav {
    display: none !important;
  }
}
